home *** CD-ROM | disk | FTP | other *** search
/ QuickTime 2.0 Developer Kit / QuickTime 2.0 Developer Kit.iso / mac / MAC / Programming Stuff / Sample Code / Music Architecture / Mixed Bag / •QTMusic Sample Keyboards / QTMusic Sample Keyboards.r < prev   
Encoding:
Text File  |  1994-10-14  |  761 b   |  49 lines  |  [TEXT/KAHL]

  1.  
  2.  
  3. #include <types.r>
  4.  
  5.  
  6. resource 'DLOG' (1962) {
  7.     {70, 98, 190, 367},
  8.     dBoxProc,
  9.     visible,
  10.     noGoAway,
  11.     0x0,
  12.     1962,
  13.     ""
  14.     /****** Extra bytes follow... ******/
  15.     /* $"2828 0A"                                            /* ((. */
  16. };
  17.  
  18. resource 'DITL' (1962) {
  19.     {    /* array DITLarray: 4 elements */
  20.         /* [1] */
  21.         {96, 204, 116, 262},
  22.         Button {
  23.             enabled,
  24.             "OK"
  25.         },
  26.         /* [2] */
  27.         {5, 50, 24, 237},
  28.         StaticText {
  29.             disabled,
  30.             "QTMusic Sample Keyboards"
  31.         },
  32.         /* [3] */
  33.         {29, 6, 83, 281},
  34.         StaticText {
  35.             disabled,
  36.             "This is an example of a terribly simple "
  37.             "application that calls the QuickTime Mus"
  38.             "ic Architecture to make sounds."
  39.         },
  40.         /* [4] */
  41.         {85, 9, 122, 139},
  42.         StaticText {
  43.             disabled,
  44.             "David Van Brink\n14 October 1994"
  45.         }
  46.     }
  47. };
  48.  
  49.